home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / Orm.lha / Orm / RCS / orm.6,v next >
Text File  |  1993-12-22  |  2KB  |  83 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @.\" @;
  7.  
  8.  
  9. 1.1
  10. date     93.10.21.19.14.10;  author Torsten;  state Rel;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Documentation for the 'Orm' game.
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @.\" $Id$
  26. .\"
  27. .\" $Log$
  28. .TH ORM 6 "Amiga Games" "October 21, 1993"
  29. .nj
  30. .SH NAME
  31. orm - a simple snake game
  32. .SH SYNOPSIS
  33. .nf
  34. From the shell: orm
  35. From Workbench: double-click on the icon
  36. .fi
  37. .SH DESCRIPTION
  38. Orm is played on a 40*40 matrix which fills a window on the default
  39. public screen (usually the Workbench).  You are the grey dot (assuming
  40. the default colours) in the centre - to increase in length (the object
  41. of the game) you must eat frogs (the white dots) while avoiding bricks
  42. (the blue dots).  Frogs come and go randomly, but there are always
  43. four of them at any moment.  One in ten disappearing frogs is replaced
  44. by a brick.  If you hit yourself, a side wall or a brick you die; once
  45. your length is greater than one you cannot reverse your direction.
  46. .sp 1
  47. Movement is with the cursor keys; once a game has started you cannot
  48. stop moving.
  49. Press a cursor key to start each game.
  50. Other keys are SPACEBAR to pause (any key to unpause) and ESC to quit.
  51. .sp 1
  52. The game adjusts itself to give a decent aspect ratio on screens of
  53. different resolutions.
  54. .SH REQUIREMENTS
  55. Orm requires AmigaDOS 2.04 or higher.
  56. .SH FILES
  57. (PROGDIR:|LOCALE:)catalogs/#?/orm.catalog
  58. .SH TRIVIA
  59. The word Orm means worm or snake in Danish.
  60. .SH AUTHORS
  61. The original game, called Snake, was written and put in the public
  62. domain by Michael Warner, who also the original version of this manual
  63. page.
  64. .sp 1
  65. This improved version was written by Torsten Poulin, who, as you may
  66. have guessed already, is a Dane, which explains why the grammar of
  67. this docomentation may be slightly odd.
  68. .sp 1
  69. To honour Michael's decision, this version is also in the public
  70. domain; let's keep it that way!
  71. .SH BUGS
  72. Adjustment to the screen mode should be better.
  73. The window is a bit too tall on NTSC screens, and looks really awful
  74. on VGA-ExtraLoRes screens.
  75. .sp 1
  76. The situation where the user has specified a system default
  77. font, that makes the dragbar so tall that the window won't fit the
  78. screen, isn't handled gracefully.
  79. .\" GNU Emacs stuff:
  80. .\" Local Variables:
  81. .\" mode:nroff
  82. .\" End:@
  83.